home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / LPDOS.ARJ / VAR.LPB < prev    next >
Text File  |  1992-01-02  |  216b  |  12 lines

  1. Clear
  2. set t Variable Example
  3. set p Please chose a button.
  4. set c Set a yes
  5. yesno %p|%t|%c
  6. if ^%a^^yes^ goto end
  7. pause You chose the no button.|%t
  8. goto skipit
  9. :end
  10. pause You chose the yes button.|%t
  11. :skipit
  12.